how to center topnav bar in html

113

div#nav{
  text-align: center;
}
div#nav ul{
  display: inline-block;
}

Comments

Submit
0 Comments